home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-02-11  |  2KB  |  109 lines

  1. object AboutBox: TAboutBox
  2.   Left = 300
  3.   Top = 209
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 200
  7.   ClientWidth = 311
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Color = clSilver
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 64
  30.       Height = 64
  31.       AutoSize = True
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object InfoTitle: TLabel
  37.       Left = 88
  38.       Top = 16
  39.       Width = 177
  40.       Height = 20
  41.       Caption = 'Blowfish Advanced 95'
  42.       Font.Color = clBlack
  43.       Font.Height = -16
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object InfoVersion: TLabel
  50.       Left = 16
  51.       Top = 84
  52.       Width = 53
  53.       Height = 13
  54.       Caption = 'Version 8.0'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object InfoCopyright: TLabel
  63.       Left = 16
  64.       Top = 100
  65.       Width = 164
  66.       Height = 13
  67.       Caption = 'Copyright ∩┐╜1996/97 Markus Hahn'
  68.       Transparent = True
  69.       IsControl = True
  70.     end
  71.     object InfoLicense: TLabel
  72.       Left = 16
  73.       Top = 120
  74.       Width = 281
  75.       Height = 33
  76.       AutoSize = False
  77.       Transparent = True
  78.       WordWrap = True
  79.       IsControl = True
  80.     end
  81.     object InfoTheBest: TLabel
  82.       Left = 88
  83.       Top = 40
  84.       Width = 193
  85.       Height = 33
  86.       Caption = 'High Security File Encryption Utility for Windows 95 and NT'
  87.       Transparent = True
  88.     end
  89.   end
  90.   object OKButton: TButton
  91.     Left = 232
  92.     Top = 176
  93.     Width = 73
  94.     Height = 21
  95.     Caption = '&OK'
  96.     TabOrder = 1
  97.     OnClick = OKButtonClick
  98.   end
  99.   object RegisterButton: TButton
  100.     Left = 154
  101.     Top = 176
  102.     Width = 73
  103.     Height = 21
  104.     Caption = '&Register'
  105.     TabOrder = 2
  106.     OnClick = RegisterButtonClick
  107.   end
  108. end
  109.